;;; QQ: 67762207
%100
[@main]
#IF
checkpkpoint 2
#SAY
...... \ \
_ <Close/@exit>
#ELSESAY
Welcome, what do need help? \ \
<Store/@storage> Items \
<Remove/@PreGetback> Items \
<Warehouse. People lock password management/@StgPassword> \ \
With (FCOLOR/10) <$NPCNAME> (FCOLOR/12) <dialogue/@TalkToQuest> \ \
<Abandoned/@exit>

[@StgPassword]
#CALL [System\InnerPassword.txt] @Manage_PassWord

[@PreGetback]
#CALL [System\InnerPassword.txt] @Input_PassWord

[@storage]
#SAY
Stored in here, you may rest assured. \ \
<Pre-step/@main>

[@getback]
#SAY
What you want to remove the item? \ \
<Pre-step/@main>

[@TalkToQuest]
#ACT
Mov D0 0

#IF
Check [209] 1
Check [409] 0

#SAY
<On the dialogue with today's tasks./@CALL_Npc_TodayQuest> \

#ACT
Mov D0 1

#IF
!Equal D0 1
#ACT
goto @NoQuest_Say
break

[@NoQuest_Say]
#IF
#SAY
_ Storage of items in our inn, in the other cities can achieve them. This is not very mysterious? \ \
_ <Close/@exit>


[@CALL_Npc_TodayQuest]
#CALL [TodayQuest\QT_NPCSetting.txt] @NPCSetDairyQuest

[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem
;;; QQ: 67762207 